home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / text / misc / HTMLstrip.lha / HTMLstrip / HTMLstrip.doc < prev    next >
Text File  |  2002-06-15  |  1KB  |  42 lines

  1.  
  2. Short:    HTML stripper which can also replace HTML for Ami text codes.
  3. Author:   lory@subdimension.com (Lorence Lombardo)
  4. Uploader: lory@subdimension.com (Lorence Lombardo)
  5. Type:     text/misc
  6. Requires: reqtools.library
  7.  
  8.  
  9. HTMLstrip v1.8a  (C) 2001-2002  Lorence Lombardo.
  10.  
  11.  
  12. What the @#$% is HTMLstrip ?
  13.  
  14. HTMLstrip is a very thorough HTML stripper which is also able to translate
  15. all of the characters from the ISO-8859 ASCII table which can be represented
  16. in numerical or entity names. It also gives you the option of replacing some
  17. HTML text codes for Amiga text codes. Such as bold, italic, underline etc....
  18. Texts will be word wrapped by default of 76 characters in length. Setting
  19. the wrap length to 0 or less than 15 will disable wrapping. WorkBench usage
  20. is fairly straight forward and a multi file selection can be made by holding
  21. the [Shift] key when selecting.
  22.  
  23. CLI usage is as follows:-
  24.  
  25.  Usage:-  HTMLstrip <file> <r> <w(N)>
  26.  <r> = Replace, & is optional.
  27.  <w(N)> = Wrap, & is optional, default is 76 & 0 is no wrap.
  28.  
  29.  eg. HTMLstrip text.html r w65
  30.  
  31.  
  32. The output file will have the same name as the input file with the extension
  33. #?.strip added to it.
  34.  
  35. eg. If the input file is "text.html" then the output file will be
  36.     "text.html.strip".
  37.  
  38.  
  39. Beta Tester:- Mick
  40.  
  41. CYA...!!! :)
  42.